home *** CD-ROM | disk | FTP | other *** search
- global QTspriteNum
-
- on startMovie
- set QTspriteNum to 10
- puppetSprite(QTspriteNum, 1)
- end
-
- on initStoryQT whichQT
- global QTspriteNum, gQTduration, gPageNum, gWhichLang, gCurrentQTLocH
- set the visible of sprite QTspriteNum to 1
- set the directToStage of cast the castNum of sprite QTspriteNum to 1
- set gQTduration to the duration of cast the castNum of sprite QTspriteNum
- set the timer to 0
- startTimer()
- end
-